Skip to content

Comments

Allow to specify CODEOWNERS location in config or env var#95

Merged
dkisselev merged 4 commits intorubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config
Feb 20, 2026
Merged

Allow to specify CODEOWNERS location in config or env var#95
dkisselev merged 4 commits intorubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config

Conversation

@Envek
Copy link
Contributor

@Envek Envek commented Feb 18, 2026

Closes #94

This re-implements rubyatscale/code_ownership#114 that was probably lost during rewrite of the code_ownership Ruby gem to Rust.

See rubyatscale/code_ownership#158

To maintain backwards compatibility as much as possible, codeowners_file_path of RunConfig made optional. If it is None then config value is used, otherwise it takes precedence over it (allowing --codeowners-file-path CLI option to override config value if needed)

@dkisselev
Copy link

Thanks for putting this together and taking care of the related issue in code_ownership!

@dkisselev dkisselev merged commit c8a5d53 into rubyatscale:main Feb 20, 2026
8 checks passed
@github-project-automation github-project-automation bot moved this from Triage to Done in Modularity Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Support for declaring CODEOWNERS file location in the config file

2 participants